home *** CD-ROM | disk | FTP | other *** search
/ GFX Sensations 1 / Graphic Sensations - Volume 1.iso / tools / amiga / 3d_tools / irit40s.lha / Irit / misc_lib / makefile.wnt < prev    next >
Encoding:
Makefile  |  1993-12-30  |  693 b   |  30 lines

  1.  
  2. #
  3. # This is the make file for the misc. lib subdirectory.
  4. #
  5. #                Gershon Elber, June 1993
  6. #
  7.  
  8. # Get the destination directories:
  9. include ..\makeflag.wnt
  10.  
  11. OBJS =  config.obj genmat.obj getarg.obj imalloc.obj irit_ftl.obj \
  12.     ln_sweep.obj miscattr.obj miscatt2.obj priorque.obj xgeneral.obj
  13.  
  14. misc_lib.lib: $(OBJS)
  15.     -del misc_lib.lib
  16.     $(IRITLIB) -out:misc_lib.lib *.obj
  17.  
  18. install: misc_lib.lib
  19.     copy misc_lib.lib $(LIB_DIR)
  20.     -del misc_lib.lib
  21.     copy *.h $(INC_DIR)
  22.  
  23. # Dependencies starts here - do not touch, generated automatically.
  24. config.obj:    config.h imalloc.h
  25. genmat.obj:    genmat.h
  26. getarg.obj:    getarg.h imalloc.h
  27. imalloc.obj:    imalloc.h
  28. priorque.obj:    priorque.h imalloc.h
  29. xgeneral.obj:    imalloc.h
  30.